home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5382 < prev    next >
Encoding:
Text File  |  1996-08-05  |  721 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!milyng
  3. From: mikael@pobox.com (Mikael Lyngvig)
  4. Subject: Re: linking problem
  5. Message-ID: <milyngDM8Ir1.KqA@netcom.com>
  6. Sender: milyng@netcom9.netcom.com
  7. Organization: Hacker's Paradise, Inc.
  8. X-Newsreader: WinVN 0.99.7
  9. References: <4efl60$jg7@news.ust.hk>
  10. Date: Sun, 4 Feb 1996 04:49:48 GMT
  11.  
  12. In article <4efl60$jg7@news.ust.hk>, ee_ckmaa@uxmail.ust.hk says...
  13.  
  14. >What's wrong? Which options I should set ?
  15.  
  16. Sounds like you're pulling in the MFC libraries (Microsoft Foundation Class 
  17. libraries); try to disable MFC support (somewhere, somehow).  You can also try 
  18. to use the command-line compiler and linker: cl program.c.  It does not use 
  19. the MFC libraries by default.
  20.  
  21.  
  22. Mikael
  23.  
  24.